MessageConversationTopic Property

Contains the topic of the first message in a conversation thread.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public string ConversationTopic { get; set; }

Property Value

String
The conversation topic.

Remarks

A conversation thread represents a series of messages and replies. These properties are set for the first message in a thread, usually to the NormalizedSubject property. Subsequent messages in the thread should use the same topic without modification.

See Also